home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TSEARCHTEXT / TSEARCHTEXT.txt
Text File  |  1999-07-27  |  2KB  |  118 lines

  1. object SEARCHTEXT: TSEARCHTEXT
  2.   Left = 163
  3.   Top = 144
  4.   HelpContext = 430
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 115
  8.   ClientWidth = 360
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Findwhat: TLabel
  17.     Tag = 1
  18.     Left = 12
  19.     Top = 8
  20.     Width = 341
  21.     Height = 17
  22.     AutoSize = False
  23.     Caption = '&Find what:'
  24.     FocusControl = idSearchText
  25.     WordWrap = True
  26.   end
  27.   object idWholeWordsOnly: TCheckBox
  28.     Tag = 2
  29.     Left = 12
  30.     Top = 54
  31.     Width = 157
  32.     Height = 15
  33.     Caption = 'Whole &words only'
  34.     TabOrder = 1
  35.   end
  36.   object idCaseSensitive: TCheckBox
  37.     Tag = 3
  38.     Left = 172
  39.     Top = 54
  40.     Width = 177
  41.     Height = 15
  42.     Caption = '&Case sensitive'
  43.     TabOrder = 2
  44.   end
  45.   object Ok: TButton
  46.     Tag = 4001
  47.     Left = 77
  48.     Top = 90
  49.     Width = 90
  50.     Height = 23
  51.     Caption = 'Ok'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 5
  55.   end
  56.   object Cancel: TButton
  57.     Tag = 4002
  58.     Left = 171
  59.     Top = 90
  60.     Width = 90
  61.     Height = 23
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 6
  66.   end
  67.   object idSearchText: TComboBox
  68.     Left = 12
  69.     Top = 28
  70.     Width = 341
  71.     Height = 21
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ItemHeight = 13
  77.     ParentFont = False
  78.     TabOrder = 0
  79.   end
  80.   object idSearchBackwards: TCheckBox
  81.     Tag = 4
  82.     Left = 12
  83.     Top = 72
  84.     Width = 157
  85.     Height = 13
  86.     Caption = 'Search &backwards'
  87.     TabOrder = 3
  88.   end
  89.   object idSearchHex: TCheckBox
  90.     Tag = 5
  91.     Left = 172
  92.     Top = 72
  93.     Width = 177
  94.     Height = 15
  95.     Caption = 'Search &hex string'
  96.     TabOrder = 4
  97.   end
  98.   object Button1: TButton
  99.     Tag = 4003
  100.     Left = 265
  101.     Top = 90
  102.     Width = 90
  103.     Height = 23
  104.     Caption = 'Help'
  105.     TabOrder = 7
  106.     OnClick = Button1Click
  107.   end
  108.   object Translate1: TTranslate
  109.     Tag = 5860
  110.     Left = 8
  111.     Top = 88
  112.   end
  113.   object ResolutionFix1: TResolutionFix
  114.     Left = 40
  115.     Top = 88
  116.   end
  117. end
  118.